home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / PhotoFiltre 6.3.2 / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TCHGCOULEUR2FORM / TCHGCOULEUR2FORM.txt
Text File  |  2008-10-05  |  3KB  |  149 lines

  1. object ChgCouleur2Form: TChgCouleur2Form
  2.   Left = 320
  3.   Top = 186
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remplacer une gamme'
  7.   ClientHeight = 257
  8.   ClientWidth = 427
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 51
  27.     Height = 13
  28.     Caption = 'Couleur 1 :'
  29.   end
  30.   object LblN2: TLabel
  31.     Left = 16
  32.     Top = 152
  33.     Width = 48
  34.     Height = 13
  35.     Caption = 'Tol'#233'rance'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 16
  39.     Top = 72
  40.     Width = 51
  41.     Height = 13
  42.     Caption = 'Couleur 2 :'
  43.   end
  44.   object LblN: TLabel
  45.     Left = 16
  46.     Top = 116
  47.     Width = 33
  48.     Height = 13
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = '0'#176
  52.   end
  53.   object BAnnuler: TButton
  54.     Left = 336
  55.     Top = 216
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Annuler'
  60.     TabOrder = 0
  61.     OnClick = BAnnulerClick
  62.   end
  63.   object BOk: TButton
  64.     Left = 256
  65.     Top = 216
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'Ok'
  69.     Default = True
  70.     TabOrder = 1
  71.     OnClick = BOkClick
  72.   end
  73.   object BApercu: TButton
  74.     Left = 16
  75.     Top = 216
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'Aper'#231'u'
  79.     TabOrder = 3
  80.     OnClick = BApercuClick
  81.   end
  82.   object TBN2: TTrackBar
  83.     Left = 10
  84.     Top = 168
  85.     Width = 407
  86.     Height = 33
  87.     Max = 200
  88.     PageSize = 5
  89.     Frequency = 5
  90.     Position = 30
  91.     TabOrder = 2
  92.     ThumbLength = 15
  93.     OnChange = TBN2Change
  94.   end
  95.   object ColorEdit1: TColorEdit
  96.     Left = 16
  97.     Top = 32
  98.     Width = 89
  99.     Height = 22
  100.     BorderStyle = bsSingle
  101.     Color = clAqua
  102.     CustomText = 'Autres couleurs...'
  103.     ColorDialog = MainForm.GlobalColorDialog
  104.     ReadOnly = False
  105.     TabOrder = 4
  106.     TabStop = True
  107.     OnChange = ColorEdit1Change
  108.   end
  109.   object PnlCouleur: TPanel
  110.     Left = 16
  111.     Top = 88
  112.     Width = 33
  113.     Height = 21
  114.     BevelOuter = bvLowered
  115.     Color = clRed
  116.     ParentBackground = False
  117.     TabOrder = 5
  118.   end
  119.   object Panel2: TPanel
  120.     Left = 52
  121.     Top = 88
  122.     Width = 362
  123.     Height = 21
  124.     BevelOuter = bvLowered
  125.     TabOrder = 6
  126.     object ImgDegrade: TImage
  127.       Left = 1
  128.       Top = 1
  129.       Width = 360
  130.       Height = 19
  131.       Align = alClient
  132.       OnMouseDown = ImgDegradeMouseDown
  133.     end
  134.   end
  135.   object TBN: TTrackBar
  136.     Left = 47
  137.     Top = 112
  138.     Width = 373
  139.     Height = 25
  140.     Max = 359
  141.     PageSize = 10
  142.     Frequency = 10
  143.     TabOrder = 7
  144.     ThumbLength = 15
  145.     TickMarks = tmTopLeft
  146.     OnChange = TBNChange
  147.   end
  148. end
  149.